home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / asyncstg / bytearr.idl < prev    next >
Text File  |  1995-12-03  |  555b  |  18 lines

  1. #ifndef DO_NO_IMPORTS
  2. import "asyncstg.idl";
  3. #endif
  4.  
  5. //[appobject, uuid(30DF3437-0266-11cf-BAA6-00AA003E0EED)]
  6. //coclass CAsyncByteArrayWrapper {
  7. //    interface IUnknown;
  8. //    interface ILockBytes;
  9. //    interface IFillLockBytes;
  10. //};
  11.  
  12. // meanwhile define CLSID for C++
  13. cpp_quote("DEFINE_GUID(CLSID_AsyncByteArrayWrapper, 0x30df3437, 0x266, 0x11cf, 0xba, 0xa6, 0x0, 0xaa, 0x0, 0x3e, 0xe, 0xed);")
  14. // {30DF3437-0266-11cf-BAA6-00AA003E0EED}
  15.  
  16. cpp_quote("#define ASTG_E_PENDING            0x80040000L")
  17. cpp_quote("#define ASTG_E_NOTINITIALIZED    0x80040001L")
  18.